Method Filter<T>(IQueryable<T>, string, object)

Assembly: redb.Core.dll

Filter IQueryable by property name dynamically.
Uses expression trees instead of EF.Property.

public static IQueryable<T> Filter<T>(this IQueryable<T> query, string propertyName, object propertyValue)